home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 376_04 / os2tool.003 / TOUCH.TXT < prev    next >
Encoding:
Text File  |  1992-08-06  |  573 b   |  19 lines

  1.                                              TOUCH [DUAL MODE]
  2.      
  3.      NAME TOUCH - Touch the file changing its date stamp.
  4.      
  5.      SYNTAX
  6.      touch [/H | /?] file(s)
  7.      
  8.      DESCRIPTION
  9.      
  10.      Touch changes  the time and date entry of last write of a
  11.      file to the current time. It is mainly used with the MAKE
  12.      program. With touch you can change the date and time of a
  13.      source file  and force  its compilation on a nex MAKE. If
  14.      the file  given does  not exist,  touch creates  an empty
  15.      file.
  16.      
  17.      SEE ALSO
  18.      
  19.